Skip to main content

DescribePropertySoftwareDiff

Description

Get the host application software changes.

Request Method

POST

Request Path

/apsara/route/aegis/DescribePropertySoftwareDiff

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PathBODYstringNoNo sample value for this parameter.application software installation path.
SoftwareVersionBODYstringNoNo sample value for this parameter.application software version.
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
IpBODYstringNoNo sample value for this parameter.host asset IP.
versionBODYstringNo2016-01-01version of api
DiffStatusBODYstringNoNo sample value for this parameter.Change type, value range: create: indicates installation delete: indicates uninstallation modified: indicates modification
NameBODYstringNoNo sample value for this parameter.application name.
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name. description supports fuzzy matching.

Return data

NameTypeSample valueDescription
Pathstringno demo valueapplication software installation path.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
Ipstringno demo valuehost IP.
DiffKeyListstringno demo valuechange field name.
DiffStatusstringno demo valuechange type.
Namestringno demo valueapplication name.
InstanceNamestringno demo valuehost instance name.
TotalCountintegerno demo valuetotal number of records returned.
Uuidstringno demo valuehost asset UUID.
CurrentPageintegerno demo valuecurrently returns page number.
Versionstringno demo valueapplication software version.
PropertySoftwareDiffsarrayno demo valuehost application software change information. see the following parameter description for specific sub-items.
Createstringno demo valueinformation reporting time.

Example

Successful Response example

{
"Path":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Ip":"no demo value",
"DiffKeyList":"no demo value",
"DiffStatus":"no demo value",
"Name":"no demo value",
"InstanceName":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Version":"no demo value",
"PropertySoftwareDiffs":"no demo value",
"Create":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}